C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollectionBase<T> Class
The type of the items in the collection.
Members

C1DataCollectionBase<T> Class
Base class for data collections.
Syntax
'Declaration
 
Public MustInherit Class C1DataCollectionBase(Of T As Class) 
   Implements IDataCollection(Of T), ISupportIndexing(Of T) 
 
Type Parameters
T
The type of the items in the collection.
Inheritance Hierarchy
See Also